Callback to identify folders/files exist within the ISO9660/Joliet image. Indicates an ISO/Joliet file or directory exists in the image. This event fires in response to the EnumerateISOItems method. After the EnumerateISOItems method is called, this event will fire for each file and directory in the ISO/Joliet image.
Syntax
Sub object_EnumISOItems(sParentDestPath As String, sItemDestPath As String, sItemName As String, sSourceFilePath As String, bIsDirectory As Boolean, dteFileDate As Date, lFileSize As Long)
The EnumISOItems event syntax has these named arguments:
Part | Description |
sParentDestPath | String |
sItemDestPath | String |
sItemName | String |
sSourceFilePath | String |
bIsDirectory | Boolean |
dteFileDate | Date |
lFileSize | Long |